RETRIEVE SMS detail- REST API CALL

To retrieve a detailed log of your messaging history, use the following code:

Rest API Url: https://messagingapis.paylite.net/api/messagingdata/GetSMSByIds
Content-type: application/json
Request: Post

{

          "ApiKey": "Your API Key",

          "SmsIds": [

                       "00d1e9734ed84568ae820c487f4397c9"

                   ]

}